]> git.r.bdr.sh - rbdr/super-polarity/blame - Super Polarity/ScoreScreen.cs
Edits them colors
[rbdr/super-polarity] / Super Polarity / ScoreScreen.cs
CommitLineData
74c15570
BB
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace SuperPolarity
7{
8 class ScoreScreen : Screen
9 {
10 public ScoreScreen(SuperPolarity newGame) : base(newGame) {}
11
12 public override void Initialize()
13 {
14 }
15 }
16}